﻿/* iPhone 4 ----------- */
@media only screen and (min-device-width: 800px)  and (max-device-width: 1439px) {   
 /*--------------------------------------------------------------------------------------*/
    /*view selecionar aluno*/

    #divLogoSelecionarAluno {
         position: absolute;
        top: 5%;
        left: 37%;
        width: 35%;
        height: 30%;
    }

    #divForm {
        position: absolute;
        top: 35%;
        left: 15%;
        width: 90%;
        height: 60%;
    }

    .lblNome {
        position: absolute;
        left: 0%;
    }

    #divMsg2 {
        position: absolute;
        top: 73%;
        left: 10%;
        width: 100%;
        height: 10%;
    }

/*--------------------------------------------------------------------------------------*/